From ce1614b71e27c0ee15bfedf5a3586162b20b7bbd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 30 Apr 2026 19:50:02 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2026-04-18 -> 0-unstable-2026-04-23 --- 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 64ef6b5de474..4a7f5397979e 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-18"; + version = "0-unstable-2026-04-23"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "13e9767dde2938c463e6f8cc4be2149f7d55c3c6"; - hash = "sha256-uj8Mctc0NdUzi5eLtUuMAQwSOd301wa+GQuui7xHnfA="; + rev = "626ee68726035e0bec8c05b702ed3cb378daf4f5"; + hash = "sha256-vOZ6EEaJWdMZKIlF7oi3MKkLMjjJfVD1+yxOW+/ZNmU="; }; makefile = "Makefile";