Strictly speaking, $f(x) = \frac{\sin(x)}{x}$ is undefined at $x = 0$, so not analytic.
However, if you fill in the removable discontinuity, i.e.,
$$f(x) = \operatorname{sinc}(x) = \begin{cases}1 && x = 0\\\frac{\sin(x)}{x} && x \ne 0\end{cases}$$
Then $f'(x) = \frac{x \cos(x) - \sin(x)}{x^2}$ also has a removable discontinuity at $x = 0$, where $f'(x) = 0$ (which can be shown with L'Hôpital's Rule). And this process can be continued to define higher-order derivatives at zero.
Or to make things easier, just take the familiar Maclaurin series $\sin x = \sum_{k=0}^\infty \frac{(-1)^k x^{2k+1}}{(2k+1)!}$ and divide by $x$, giving:
$$f(x) = \sum_{k=0}^\infty \frac{(-1)^k x^{2k}}{(2k+1)!}$$
Special-casing the $k=0$ term to avoid having $0^0$,
$$f(x) = 1 + \sum_{k=1}^\infty \frac{(-1)^k x^{2k}}{(2k+1)!}$$
Since a well-defined Taylor series exists, $f$ is analytic.
And yes, this applies $\forall x \in \mathbb{C}$. It can be shown that
$$\operatorname{sinc}(x+iy)=\frac{ x\sin(x)\cosh(y) + y\cos(x)\sinh(y) + i(x\cos(x)\sinh(y) - y\sin(x)\cosh(y))}{x^2+y^2}$$
Which reduces to $\frac{x\sin(x)}{x^2} = \frac{\sin(x)}{x}$ when $y = 0$.