From 7f3c4c96402bafc399517316daf6e75d2fedecf7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 10 Mar 2026 23:16:30 +0000 Subject: [PATCH] libretro.vice-x128: 0-unstable-2026-02-28 -> 0-unstable-2026-03-09 --- 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 669660cb7d56..ccf7ca01f7bc 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-02-28"; + version = "0-unstable-2026-03-09"; src = fetchFromGitHub { owner = "libretro"; repo = "vice-libretro"; - rev = "cd9b682b02c4ac3e3516acb4a1b6011bf1676c79"; - hash = "sha256-7tqzsvbiwA8i1t+IjYuwFvg/BvoOy5WHjESCbzcj9jM="; + rev = "8818c3a39146b9a26df23a1e4880b4420f93a255"; + hash = "sha256-Nw+F2hn97F1rKB2UOh/MMNrqmNj87XzRPgEptYoTe7o="; }; makefile = "Makefile";