We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e48ce8 + bbdc1ed commit 2365292Copy full SHA for 2365292
pkgs/applications/emulators/libretro/cores/play.nix
@@ -14,13 +14,13 @@
14
}:
15
mkLibretroCore {
16
core = "play";
17
- version = "0-unstable-2025-05-23";
+ version = "0-unstable-2025-06-13";
18
19
src = fetchFromGitHub {
20
owner = "jpd002";
21
repo = "Play-";
22
- rev = "0bd77c19fbbdb83e98988fc5b7944dbeee9eee3e";
23
- hash = "sha256-L99pyfhuMf40MXMAFz/aGmp+i7LjosubQXQZd4XzkHY=";
+ rev = "011be1b24fcafd4e5c2262538bd37dfe42a2cd05";
+ hash = "sha256-fcIDh5ydfbwwdlP0KcGNekjUt+uiDe/spzPLOwvLeUI=";
24
fetchSubmodules = true;
25
};
26
0 commit comments