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.
1 parent c3f9e1d commit b08c07cCopy full SHA for b08c07c
pkgs/applications/emulators/libretro/cores/puae.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "puae";
8
- version = "0-unstable-2025-04-22";
+ version = "0-unstable-2025-05-10";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "libretro-uae";
13
- rev = "7dd724eaa48f05f02d9d2f1bfa131c34b6ab5351";
14
- hash = "sha256-i046+gZa8u/nmGGlF/uA2Lz5VZJTgwXz9aK2C/2l470=";
+ rev = "d3c925ef4fadee6c25bcef20d1f165141ba18ac3";
+ hash = "sha256-Wo58+4XSxEVtlKsHmW90Qhm+kdUHmDvN3d2gASNiIrw=";
15
};
16
17
makefile = "Makefile";
0 commit comments