From 4fad0474a06602c0fee2a146021befef3378335a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Jun 2026 14:09:27 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2026-05-21 -> 0-unstable-2026-06-03 --- 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 afc90cee8046..d3c81d4e8a67 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-05-21"; + version = "0-unstable-2026-06-03"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "b0d88812a0af0dcba40041d78709480ad1d90833"; - hash = "sha256-OD1OB68g8WxpXLyJ0YIQ9Ys6D4eoARFjjFx+gAdeYGg="; + rev = "7946cfa0d3775e958616d4d107de867a4616ae6c"; + hash = "sha256-tsOACtp58eXar5y3unuz46sVkQ/ZTSF9go9G56iNyxo="; }; makefile = "Makefile";