From 99d90dbb52baf3bbc4a74277acf303d4a62e605f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 6 Apr 2025 00:30:00 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2025-02-23 -> 0-unstable-2025-03-28 --- 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 936949cc4faf..631b9e41d967 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-02-23"; + version = "0-unstable-2025-03-28"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "50cd8c29c8abab29e8d55e8fab8e131fadfbe98c"; - hash = "sha256-Vj7clLLkYyesnP9lL0Z4sy2kvxTsatKzuW6XBg21Jrw="; + rev = "9b201cdd612bfb12c8d86696656b79eaf25924ab"; + hash = "sha256-YilHxQLZC8MVnZ9EekCqtU8rgOB/0FH2vKFdn6l3i5Q="; }; makefile = "Makefile";