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 5d1461e + 834be95 commit 8452e9aCopy full SHA for 8452e9a
pkgs/applications/emulators/libretro/cores/puae.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "puae";
8
- version = "0-unstable-2025-07-20";
+ version = "0-unstable-2025-08-19";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "libretro-uae";
13
- rev = "3fc66ee4b562910a17e2e2f3bad74572a8bcc134";
14
- hash = "sha256-rCdrM4511Q0OFwCsHZpYtg/4J1A4hwDc5WjwY0HDj8k=";
+ rev = "9e2aa770a9b6b0a4e1f4fc05eb0db6c8e7aba8ee";
+ hash = "sha256-YTS0OgYJCGawpsDHvU79dDA+iePna5Fcab2Le3vdVSk=";
15
};
16
17
makefile = "Makefile";
0 commit comments