From 9d074d46724e09eb9e1d836d2810a91e2fda5078 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Jun 2025 01:03:44 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2025-05-24 -> 0-unstable-2025-06-29 --- 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 0bf6f792278d..9438d6b88ac2 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-24"; + version = "0-unstable-2025-06-29"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "f27798806c60f024ce25dc9b8478f12b4d1aa0b6"; - hash = "sha256-CVDdMtw/25fCR2atJjTbejrvQcmtVwkQb+Lxj8l581c="; + rev = "4f53f97418f72bbefefff8d5746aa49942fc9848"; + hash = "sha256-P8UN3r7clkwY7OD5iQKjLys55q+tfpAVl8abhKj3ZOc="; }; makefile = "Makefile";