From d0e2d79384d9504c091f78d8ec5873cf66608af4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 17 Jul 2025 19:02:33 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2025-07-05 -> 0-unstable-2025-07-14 --- 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 41c95d2661d1..9ccc5f2712f1 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-07-05"; + version = "0-unstable-2025-07-14"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "94cd4c7d010957109527403fff4b753f918efd3d"; - hash = "sha256-MjdaBluBmdf22F9yG8xZtCTAqhM4P5bvIcFm0Cga9FM="; + rev = "f98f16ca1950b930d233cb0de24e181f0b7b5e14"; + hash = "sha256-X58uKqtlm8dW1aexBuBF8PLVAcaGyhZjeLH3+dkeDns="; }; makefile = "Makefile";