From c64cc694e430e33c2d2f0e5b5743b372dbd5e6f3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 19 May 2025 23:07:46 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2025-05-08 -> 0-unstable-2025-05-16 --- 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 7a97782a9443..56567ff86376 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-2025-05-08"; + version = "0-unstable-2025-05-16"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "5f094cfb57d1f656027a9d26bda681b6ecc46419"; - hash = "sha256-XqWAh3e2Q/i7c8nxqDP+sJHGdYWCyqdk2pwJ+JPsdVk="; + rev = "86bcfa8c4839236f70e31c656d220c074ff1dfb0"; + hash = "sha256-Dw+dY1IsR5cIzXa61bWO+2GhrYqgC2ASMjxQe2MVeco="; }; makefile = "Makefile";