From fab3a5f4ad01e4141a07037a7854a67fa1ee18f7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 2 Feb 2025 16:59:25 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2025-01-11 -> 0-unstable-2025-01-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 afa606a04107..7b145d78dea0 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-01-11"; + version = "0-unstable-2025-01-28"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "5afa33f347306f168ff0b4c54a7825895dd07b50"; - hash = "sha256-D0DSKgqZV8EluRry2qSm7qnWnvwwDWz91G66W4nF2Kk="; + rev = "cdef1f9f8d5cbe4ba3e9b9106e117bdd35f599b9"; + hash = "sha256-02ZH5ax49uWnvYe+hpL7a94Bf8knja1YADxyI2irYms="; }; makefile = "Makefile";