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 3c6a3dd + 70dfa45 commit 42de26cCopy full SHA for 42de26c
pkgs/applications/emulators/libretro/cores/vice.nix
@@ -6,13 +6,13 @@
6
}:
7
mkLibretroCore {
8
core = "vice-${type}";
9
- version = "0-unstable-2025-05-16";
+ version = "0-unstable-2025-05-24";
10
11
src = fetchFromGitHub {
12
owner = "libretro";
13
repo = "vice-libretro";
14
- rev = "86bcfa8c4839236f70e31c656d220c074ff1dfb0";
15
- hash = "sha256-Dw+dY1IsR5cIzXa61bWO+2GhrYqgC2ASMjxQe2MVeco=";
+ rev = "f27798806c60f024ce25dc9b8478f12b4d1aa0b6";
+ hash = "sha256-CVDdMtw/25fCR2atJjTbejrvQcmtVwkQb+Lxj8l581c=";
16
};
17
18
makefile = "Makefile";
0 commit comments