From 4a5130b0c2d4ed015f61d1fc6b278b9697d22ea6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 04:36:26 +0000 Subject: [PATCH] libretro.tic80: 0-unstable-2024-05-13 -> 0-unstable-2026-04-20 --- pkgs/applications/emulators/libretro/cores/tic80.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/tic80.nix b/pkgs/applications/emulators/libretro/cores/tic80.nix index 08bf0bd95696..e0cb68c76cf1 100644 --- a/pkgs/applications/emulators/libretro/cores/tic80.nix +++ b/pkgs/applications/emulators/libretro/cores/tic80.nix @@ -7,13 +7,13 @@ }: mkLibretroCore { core = "tic80"; - version = "0-unstable-2024-05-13"; + version = "0-unstable-2026-04-20"; src = fetchFromGitHub { owner = "libretro"; repo = "tic-80"; - rev = "6412f72d0f4725c153ce3d245729b829e713542e"; - hash = "sha256-RFp8sTSRwD+cgW3EYk3nBeY+zVKgZVQI5mjtfe2a64Q="; + rev = "cef5c5be6658106c9ca7a98b3e9a1e5e2ff30888"; + hash = "sha256-rjfdqCf4CFZnTpaHcW3wVNc6cphr9GEpJAp541aW3PQ="; fetchSubmodules = true; };