Commit c0f7afa8 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.nestopia: 0-unstable-2025-10-16 -> 0-unstable-2025-11-08

parent 61630d4a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "nestopia";
  version = "0-unstable-2025-10-16";
  version = "0-unstable-2025-11-08";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "nestopia";
    rev = "e9429844f2e16a284a8cdf663589634fd4c6345f";
    hash = "sha256-Ss4AuIuwEbaQOUcnGfXbJbEw/1HkyGZSRD2ody+wSSU=";
    rev = "5deada54077fae87e2873f5ad9ef77e3ab7af5e1";
    hash = "sha256-3/e0wrJOaEdQ4Uz17r9KyLdCsyY7dqOpIyC0MPhqhdA=";
  };

  makefile = "Makefile";