From 6cf9cd9f88efbeedfae43c31d53eaced704d3436 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 24 Apr 2025 14:52:06 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2025-03-28 -> 0-unstable-2025-04-22 --- 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 631b9e41d967..68e0aa8a9010 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-03-28"; + version = "0-unstable-2025-04-22"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "9b201cdd612bfb12c8d86696656b79eaf25924ab"; - hash = "sha256-YilHxQLZC8MVnZ9EekCqtU8rgOB/0FH2vKFdn6l3i5Q="; + rev = "e5b036f0be19f7a70fde75cc0e8b1b43476adc13"; + hash = "sha256-GzvsXPZcBfGvA0g7zLR3R7w5CEIw2slL3EyQdcDjqCc="; }; makefile = "Makefile";