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 5d1daf2 + cdb8658 commit 940b519Copy full SHA for 940b519
pkgs/applications/emulators/libretro/cores/play.nix
@@ -14,13 +14,13 @@
14
}:
15
mkLibretroCore {
16
core = "play";
17
- version = "0-unstable-2025-01-11";
+ version = "0-unstable-2025-03-10";
18
19
src = fetchFromGitHub {
20
owner = "jpd002";
21
repo = "Play-";
22
- rev = "b35ef5663b809a449a4c89f6e9808fd0a63e7e49";
23
- hash = "sha256-P3R8gV4LxorfW0qo8HVOZunK58+/SO5pvlmij/HlnKw=";
+ rev = "b15a49e31172f05dfdb1b1a15ea71e8a870c27ae";
+ hash = "sha256-+jNdMeW11w8Bg4TZD8fYOFGOPxcHHu+apR+w2QZCIXw=";
24
fetchSubmodules = true;
25
};
26
0 commit comments