From c20cacbf2b7fd10ef90853a9235f8d2e5a1b3163 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 3 Aug 2025 15:27:43 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2025-07-19 -> 0-unstable-2025-07-30 --- 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 4083def845e7..23b780996146 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-07-19"; + version = "0-unstable-2025-07-30"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "d545628dfacc90c4124381f254c693ec92f6cb7e"; - hash = "sha256-l3FLtD+MBP8hCikHlbNsoYt+8ASb2zW+K52/nRIpfCs="; + rev = "e9f8ac034ddef3025f0567768f7af8219f7cfdb8"; + hash = "sha256-Rut9NyBF0yPFDYtFKzvSESaZL6CFhfcw6OFIHMeuzHk="; }; makefile = "Makefile";