How is the derivative of the CDF of a random variable $X$ its PDF?
This is just the Fundamental Theorem of Calculus.
A PDF (of a univariate distribution) is a function defined such that it is 1.) everywhere non-negative and 2.) integrates to 1 over $\Bbb R$.
If we define $F(x) = \int_{-\infty}^x f(t)\ dt$, then the Fundamental Theorem of Calculus gives you the desired result.
This function, $F(x)$, is called the "cumulative distribution function," or CDF. It is defined in this manner, so the relationship between CDF and PDF is not coincidental -- it is by design.
Note that your last step is incorrect -- $x$ is the independent variable of the derivative there, and it is also the upper limit of the integral (so the resulting integral will be a function in terms of $x$). You can't move the $d/dx$ inside the integral.
You can see this by differentiating under the integral sign, which follows from the fundamental theorem of calculus:
$$ \frac{d}{dx} F(x) =\lim_{c\to-\infty} \frac{d}{dx} \int^{x}_{c} f(t) dt = f(x).1 -\lim_{c\to-\infty} f(c).\frac{dc}{dx} + \lim_{c\to-\infty}\int^{x}_{c} \frac{d}{dx} f(t) dt $$
Since $c\to-\infty$ is a constant, the second term disappears, and since $f$ is a function of $t$, $\frac{d}{dx} f(t)$ also disappears.