From 6081e846b80db1428998a6eb5af23cb64324b2d5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Apr 2026 18:46:48 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2026-03-09 -> 0-unstable-2026-04-02 --- 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 ccf7ca01f7bc..fef84e62f32f 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-03-09"; + version = "0-unstable-2026-04-02"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "8818c3a39146b9a26df23a1e4880b4420f93a255"; - hash = "sha256-Nw+F2hn97F1rKB2UOh/MMNrqmNj87XzRPgEptYoTe7o="; + rev = "8cf6a20017b1f331d5d3ac63b49a5fa75440073a"; + hash = "sha256-KnqSx/wv5YTV4MnjEsgIIMnus3m5Rat4go8GzPNUZHs="; }; makefile = "Makefile";