From 3a4a3ff1b00f467545056ca6865289e743bfa208 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Jul 2025 17:20:00 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2025-06-29 -> 0-unstable-2025-07-05 --- 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 9438d6b88ac2..41c95d2661d1 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-06-29"; + version = "0-unstable-2025-07-05"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "4f53f97418f72bbefefff8d5746aa49942fc9848"; - hash = "sha256-P8UN3r7clkwY7OD5iQKjLys55q+tfpAVl8abhKj3ZOc="; + rev = "94cd4c7d010957109527403fff4b753f918efd3d"; + hash = "sha256-MjdaBluBmdf22F9yG8xZtCTAqhM4P5bvIcFm0Cga9FM="; }; makefile = "Makefile";