From 67bab3636a7087a2d48f8f2a413e4e509667c62d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 25 May 2026 17:17:35 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2026-04-23 -> 0-unstable-2026-05-21 --- pkgs/applications/emulators/libretro/cores/vice.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/vice.nix b/pkgs/applications/emulators/libretro/cores/vice.nix index 4a7f5397979e..afc90cee8046 100644 --- a/pkgs/applications/emulators/libretro/cores/vice.nix +++ b/pkgs/applications/emulators/libretro/cores/vice.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "vice-${type}"; - version = "0-unstable-2026-04-23"; + version = "0-unstable-2026-05-21"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "626ee68726035e0bec8c05b702ed3cb378daf4f5"; - hash = "sha256-vOZ6EEaJWdMZKIlF7oi3MKkLMjjJfVD1+yxOW+/ZNmU="; + rev = "b0d88812a0af0dcba40041d78709480ad1d90833"; + hash = "sha256-OD1OB68g8WxpXLyJ0YIQ9Ys6D4eoARFjjFx+gAdeYGg="; }; makefile = "Makefile";