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 d53a0ca commit ba0bb9fCopy full SHA for ba0bb9f
pkgs/applications/emulators/libretro/cores/vice.nix
@@ -6,13 +6,13 @@
6
}:
7
mkLibretroCore {
8
core = "vice-${type}";
9
- version = "0-unstable-2025-04-22";
+ version = "0-unstable-2025-05-08";
10
11
src = fetchFromGitHub {
12
owner = "libretro";
13
repo = "vice-libretro";
14
- rev = "e5b036f0be19f7a70fde75cc0e8b1b43476adc13";
15
- hash = "sha256-GzvsXPZcBfGvA0g7zLR3R7w5CEIw2slL3EyQdcDjqCc=";
+ rev = "5f094cfb57d1f656027a9d26bda681b6ecc46419";
+ hash = "sha256-XqWAh3e2Q/i7c8nxqDP+sJHGdYWCyqdk2pwJ+JPsdVk=";
16
};
17
18
makefile = "Makefile";
0 commit comments